Automation Anywhere AppendRowToCollectionParameter
Overview
This operation lets you append an empty row to a collection already in your start parameters JSON. You must fill all the needed columns of the row before adding another row. Use the operation AddColumnToLastRowParameter
.
Input
- xpath: XPath of the attribute in Bizagi.
- startParameters: Start parameters JSON. The collection should exist in the JSON.
Output
-
startParameters: Updated start parameter JSON.
Important considerations
Before adding a new row, you must fill the columns of the last row using the operation AddColumnToLastRowParameter
.